From 573178de4311439f9ae58eb77dffd6f6ec87a7a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 15 Aug 2005 18:53:13 +0000 Subject: [PATCH] content of babl/babl-base relocated to babl/base --- babl/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/babl/Makefile.am b/babl/Makefile.am index 8cfc4f7..f1a4adb 100644 --- a/babl/Makefile.am +++ b/babl/Makefile.am @@ -1,6 +1,6 @@ ## Source directory -SUBDIRS = babl-base +SUBDIRS = base c_sources = \ babl.c \ @@ -51,12 +51,12 @@ library_include_HEADERS = \ babl-sampling.h \ babl-type.h -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/babl/babl-base +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/babl/base lib_LTLIBRARIES= libbabl.la libbabl_la_SOURCES= $(h_sources) $(c_sources) libbabl_la_LIBADD=\ - babl-base/libbabl_base.la + base/libbase.la libbabl_la_LDFLAGS= \ -version-info $(BABL_LIBRARY_VERSION) \ -- 2.30.2